liblfds release 2 release note
Release date : 5th October 2009
What's New?
- Added an abstraction layer implementation for the Windows kernel.
- Corrected the #pragma pack commands to use ALIGN_DOUBLE_POINTER (they had
accidentally been left with hard coded values which assumed a 64-bit CPU; works
fine on 32-bit, but it's wasteful).
- Updated all calls to abstraction_aligned_malloc() to use ALIGN_SINGLE_POINTER/ALIGN_DOUBLE_POINTER.
- Removed two left-over unused defines from "freelist_internal.h".
Known Issues
None. Woot!